.article_bgimg img{
	max-height:100%;	
}
.home-nr-r li {
	float: left;
	_display: inline;
	position: relative;
	width: 100%;
	height: 551px;
	margin-top: 0px;
	overflow: hidden;
}

/*主题二*/
.home-nr-r li:first-child:nth-last-child(2){
	width: 453px;
	height: 551px;
	margin-right: 17px;
}
.home-nr-r li:first-child:nth-last-child(2) ~ li{
	width: 453px;
	height: 551px;
}
/*主题三*/
.home-nr-r li:nth-last-child(3):first-child{
	width: 453px;
	height: 267px;
	margin-right: 17px;
	margin-bottom: 17px;
}
.home-nr-r li:nth-last-child(3):first-child ~ li:nth-child(3){
	width: 453px;
	height: 267px;
	margin-right: 17px;
}
.home-nr-r li:nth-last-child(3):first-child ~ li:nth-child(2){
	float: right;
	height: 551px;
	width: 453px;
	margin-right: 17px;
}
/*主题四*/
.home-nr-r li:first-child:nth-last-child(4),
.home-nr-r li:first-child:nth-last-child(4) ~ li:nth-child(2){
	width: 453px;
	height: 267px;
	margin-right: 17px;
	margin-bottom: 17px;
}
.home-nr-r li:first-child:nth-last-child(4) ~ li:nth-child(3){
	width: 453px;
	height: 267px;
	margin-right: 17px;
}
.home-nr-r li:first-child:nth-last-child(4) ~ li:nth-child(4){
	width: 453px;
	height: 267px;
}

.home-nr-r li img {
	width: 100%;
	height: 100%
}
.home-nr-r li .pro-img-link {
	display: block;
	height: 100%;
	height: 100%;
}
.home-nr-r li:hover .yin {
	visibility: visible;
	opacity: 1
}
.home-nr-r li:hover .yin a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff7200;
	opacity: 0;
	filter: alpha(opacity=0)
}
.home-nr-r li:hover .an-effect {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.home-nr-r li:hover .an-effect .title, .home-nr-r li:hover .an-effect .fu-title {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.home-nr-r li:hover .an-effect .prc {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.home-nr-r li:hover .an-effect .yuding {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.home-nr-r li:hover .prc-cont {
	bottom: -405px
}
.home-nr-r .prc-cont {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
	padding: 10px 20px;
	background-color: #fafafa;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.home-nr-r .prc-cont .cont {
	float: left;
	width: 72%;
	_width: 320px;
	overflow: hidden
}
.home-nr-r .prc-cont .cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.home-nr-r .prc-cont .cont .title {
	text-align: left;
	font-size: 18px;
	line-height: 25px
}
.home-nr-r .prc-cont .cont .title a {
	color: #333
}
.home-nr-r .prc-cont .cont .fu-title {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding-top: 1px;
	height: 21px;
}
.home-nr-r .prc-cont .prc {
	float: right;
	width: 25%;
	color: #ff6e00;
	padding-top: 10px;
	text-align: right;
	overflow: hidden
}
.home-nr-r .prc-cont .prc em {
	font-weight: bold;
	font-size: 24px;
	vertical-align: baseline;
    font-style: normal;
}

.home-nr-r .yin {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden
}
.home-nr-r .yin p {
	text-align: center
}
.home-nr-r .yin .title {
	font-size: 22px;
	font-weight: bold;
	padding: 40px 20px 0;
	overflow: hidden;
	height: 66px;
}
.home-nr-r .yin .title span {
	color: #ffe605
}
.home-nr-r .yin .fu-title {
	font-size: 14px;
	width: 350px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	color: #fff
}
.home-nr-r .yin .prc {
	padding: 15px 0 10px;
	color: #fff
}
.home-nr-r .yin .prc em {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
}
.home-nr-r .yin .yuding {
	display: block;
	width: 160px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin: 0 auto
}
.home-nr-r .yin .yuding i {
	font-family: SimSun;
	font-size: 15px;
	margin-left: 5px
}
.home-nr-r .yin.an-effect {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}
.home-nr-r .yin.an-effect .title {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s
}
.home-nr-r .yin.an-effect .fu-title {
	-webkit-transform: translateX(-474%);
	-ms-transform: translateX(-474%);
	transform: translateX(-474%);
	-webkit-transition: all .35s ease-in-out .3s;
	transition: all .35s ease-in-out .3s
}
.home-nr-r .yin.an-effect .prc {
	opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all .4s ease-in-out .4s;
	transition: all .4s ease-in-out .4s
}
.home-nr-r .yin.an-effect .yuding {
	-webkit-transform: translateY(400%);
	-ms-transform: translateY(400%);
	transform: translateY(400%);
	-webkit-transition: all .45s ease-in-out .5s;
	transition: all .45s ease-in-out .5s
}
:root .yin {
	-webkit-filter: none;
	filter: none
}
